* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2011 18:36:33 +0000 (11:36 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 Jul 2011 18:36:33 +0000 (11:36 -0700)
commit91eacb2b661342ea5e49dce38097e08a6fc78342
tree7eccd152f6234ccbb52c79323db88be8d0e65ab7
parenta9df536e890f2f96ceae5bd66033e068c0b81758
* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.

The plain *_OVERFLOW macros run afoul of GCC bug 49705
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49705>
and therefore cause GCC to emit a bogus diagnostic in some cases.
src/ChangeLog
src/dispnew.c